home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 48
/
cdrom_image.iso
/
Games
/
babychute.swf
/
scripts
/
DefineButton2_195
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
263 b
|
13 lines
on(release){
_root.gotoAndPlay("countdown");
_root.xyloSnd.start();
_root.endresult.onEnterFrame = function()
{
this._x += (750 - this._x) / 5;
if(this._x >= 749)
{
this.onEnterFrame = undefined;
}
};
}